home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / pad311.zip / SAMPLE.CTL < prev    next >
Text File  |  1996-07-09  |  1KB  |  36 lines

  1. ; SAMPLE.CTL
  2. ;
  3. ;       This sample phone control file demonstrates the simplest possible
  4. ;       way of setting up padlock. If you don't want to enter all of your
  5. ;       local extensions manually, using a setup like the one demonstrated
  6. ;       here will cause Padlock to ask each user if their phone number is
  7. ;       long distance. Although this isn't quite as conveniant as having
  8. ;       local phone numbers automatically detected, it's really easy to set
  9. ;       up. See also PHONE.CTL.
  10.  
  11. #write Scanning phone numbers...
  12.  
  13. ; Config ------------------------------------------------------------
  14.  
  15. #local_start    4               ; The first digit to dial for local calls
  16. #local_len      7               ; The number of digits to dial for local calls
  17. #local_prefix                   ; Prefix to be added to all local numbers
  18.  
  19. #ld_prefix      1               ; Prefix to be added to all long distance numbers
  20. #ld_len         10              ; Number of digits to dial for long distance calls
  21. #ld_start       1               ; First digit to dial for long distance calls
  22.  
  23. ; Optional keywords -------------------------------------------------
  24.  
  25. #local_start_time       10
  26. #local_end_time         21:30.00
  27. #ld_start_time          22:00
  28. #ld_end_time            5:00
  29.  
  30. #ask_local                      ; Ask all users if their phone number is local
  31. *
  32.  
  33. #end
  34.  
  35.  
  36.